-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add DialContext and EnrollContext for Client #543
Conversation
都改掉提交了 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startGnetClient
函数现在不需要 ev
了,直接移除掉吧。
还有其他的代码格式化问题也一起解决掉吧,不然 golangci-lint
会报错。
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #543 +/- ##
==========================================
- Coverage 79.12% 79.00% -0.12%
==========================================
Files 25 25
Lines 2074 2091 +17
==========================================
+ Hits 1641 1652 +11
- Misses 299 304 +5
- Partials 134 135 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
存在的几个data race问题我也修复了下 |
你本地测过了没有? |
测过了 |
改过了, 你看看 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks!
Fixes #541